This notes form used to work the way I wanted it to but it won't automatically open my agent on form submit. Please help it's driving me crazy! Thank you in advance, here is the code: <head> <title>Philly Transportation Guide</title> <meta name="robots" content="noindex"> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body body bgcolor="#ffffff" link="#000033" alink="#0099ff" vlink="#000033"> </form> <form name="codestoreform" method="get" action="codestore?openagent&"> <table align = center bgcolor = lightblue width=100% > <tr><td align = center><p>PLAN YOUR TRIP</p><td><tr></table> <table align =center> <tr> <th><span class="blue">Trip Origin:</th><th><span class="blue">Destination:</th> </tr> <tr> <td> <select name='t_orig'> <option>Arcadia University <option>Bryn Mawr College <option>Temple University <option>Villanova University </select></td> <td> <select name='t_dest'> <option>Chinatown <option>Sports Complex <option>University City </select> </td> </tr> <td align=center colspan=2><br> <input type="submit" value="Submit"> </tr></td> </table> </form> <form>
Go back